From 0142f2f456ea1569c84c1b31080ced035ba110b7 Mon Sep 17 00:00:00 2001 From: robertl Date: Sat, 24 Aug 2002 03:00:39 +0000 Subject: [PATCH] Inline isn't C89. --- coldsync/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coldsync/config.h b/coldsync/config.h index 5d489717a..69eadd99c 100644 --- a/coldsync/config.h +++ b/coldsync/config.h @@ -5,4 +5,4 @@ #define STDC_HEADERS 1 #define _(str) str -// #define bzero(str, len) memset((str), 0, (len)) +#define inline -- 2.30.2